home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00481.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  201 b   |  12 lines

  1. on mouseDown
  2.   set the puppet of sprite 6 to 1
  3.   set the member of sprite 6 to member("continue hilite")
  4.   updateStage()
  5.   puppetSprite(6, 0)
  6. end
  7.  
  8. on mouseUp
  9.   sound stop 1
  10.   go(marker("5.6") - 1)
  11. end
  12.